projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66dee06
)
(diff-mode): Fix missing quote.
author
Andreas Schwab
<schwab@suse.de>
Sat, 3 Apr 2004 20:01:41 +0000
(20:01 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sat, 3 Apr 2004 20:01:41 +0000
(20:01 +0000)
lisp/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/diff-mode.el
b/lisp/diff-mode.el
index 180fefcdd725770eb43080eb4f892a1d194647e4..c235c8cf6d2deb807acd117958c4abfff349d48d 100644
(file)
--- a/
lisp/diff-mode.el
+++ b/
lisp/diff-mode.el
@@
-936,7
+936,7
@@
a diff with \\[diff-reverse-direction]."
(add-hook 'view-mode-hook
`(lambda ()
(setq minor-mode-overriding-map-alist
- (delq ,ro-bind minor-mode-overriding-map-alist)))
+ (delq
'
,ro-bind minor-mode-overriding-map-alist)))
nil t))
;; add-log support
(set (make-local-variable 'add-log-current-defun-function)